projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
500f12d
)
(split-window-vertically): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 24 May 1998 18:29:22 +0000
(18:29 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 24 May 1998 18:29:22 +0000
(18:29 +0000)
lisp/window.el
patch
|
blob
|
history
diff --git
a/lisp/window.el
b/lisp/window.el
index bd3727cd3f7b36951b81e1ea9780ba7ed20cef42..433ba731ea14f5e8a30f3a458806c86add6bd3a9 100644
(file)
--- a/
lisp/window.el
+++ b/
lisp/window.el
@@
-157,7
+157,7
@@
Negative arg means select the size of the lowermost window instead.
With no argument, split equally or close to it.
Both windows display the same buffer now current.
-If the variable
split-window-keep-point
is non-nil, both new windows
+If the variable
`split-window-keep-point'
is non-nil, both new windows
will get the same value of point as the current window. This is often
more convenient for editing.